home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / laston2.zip / LASTON.DOC next >
Text File  |  1991-05-25  |  6KB  |  171 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                      LastOn Utility for Executive Host
  7.                   Version 2.0, released 25 May, 1991
  8.                              by John Wright
  9.  
  10.         Version 2.0 of LastOn is for use with Executive Host v1.7
  11.         and above only.  This update uses the new door.sys file
  12.         implemented in v1.7 of Executive Host.
  13.  
  14.         LastOn is a utility that will make a color and ascii file
  15.         that displays who the last caller was, and where they are
  16.         from.  These files are displayed automatically by Executive
  17.         Host beginning with version 1.5.  This utility will not
  18.         function on the unregistered version of the Host, or on
  19.         Executive Host versions prior to v1.5.
  20.  
  21.         LastOn reads the DOOR.SYS file generated by Executive Host
  22.         and creates a LOGON and LOGONG file with information about
  23.         who the last caller was.  These files are displayed to the
  24.         next caller (LOGONG is displayed if the caller has ansi on,
  25.         or LOGON if ansi is off).
  26.  
  27.         INSTALLATION:
  28.  
  29.         QUICK:  -  Copy all files into your Host directory and this
  30.         utility is installed.  How about that for easy.  If you want
  31.         LastOn to display where the caller is from, you must follow
  32.         the instructions for the BIG installation.
  33.  
  34.         BIG:    -  Copy all files into your Host directory.  Then
  35.         type "laston -n".  This will run the installation that makes
  36.         a text file for your callers names and cities/states (LASTON.USR).
  37.         You must then edit this file with your text editor to add
  38.         the City/State/Country of your callers, as this information is
  39.         not stored in the userbase.  Simply replace "** New Caller **"
  40.         with the callers city and state (and or country).  Once this is
  41.         complete, edit the LOGOFF.BAT file and modify it as indicated
  42.         below:
  43.  
  44.         LastOn -lx              <-- old line
  45.         LastOn -l               <-- new line
  46.  
  47.         This tells the utility to use the LASTON.USR file that you just
  48.         edited to display where the caller is from.  The BIG
  49.         installation is now complete.  As new callers register on your
  50.         board, there names will be added automatically to the file
  51.         LASTON.USR.  You may then add their city/state when you get
  52.         time.  Until you do, it will display "** New Caller **".
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.         COMMAND LINE SWITCHES:  -  LastOn has several command line
  72.         switches that may be used to modify its use and the text files
  73.         that are displayed to callers.
  74.  
  75.         USAGE:  LastOn [Options]
  76.  
  77.         -n = used for new installation of LastOn.  Creates the LASTON.USR
  78.              file for the purpose of displaying your callers' locations.
  79.         -l = performs LastOn operation that creates the LOGON files.
  80.         -s = skips the SysOp when creating files.  The old LOGON files
  81.              are left unchanged if the SysOp was the last caller.
  82.         -x = exclude location (city/state) when creating LOGON files.
  83.              When using this switch, LastOn only displays the caller's
  84.              name.  The LASTON.USR file is not necessary and not used.
  85.  
  86.  
  87.         Examples:
  88.  
  89.        Run from DOS command line:
  90.  
  91.        "LastOn"       This command will display a list of the valid
  92.                       LastOn Options (switches).
  93.  
  94.        "LastOn -n"    This creates the LASTON.USR file that can be edited
  95.                       to add addresses of callers.  This switch should
  96.                       only be run once.  New callers to the Host are
  97.                       added automatically by LastOn.
  98.  
  99.        Run from LOGOFF.BAT file:
  100.  
  101.        "LastOn -l"    This command tells LastOn to read the DOOR.SYS file,
  102.                       find the last caller's name, look for his location
  103.                       in the LASTON.USR file, and create new LOGON and
  104.                       LOGONG files to be displayed to the next caller.
  105.  
  106.        "LastOn -ls"   This command is the same as "-l" except that if the
  107.                       SysOp was the last caller, it will not change the
  108.                       LOGON and LOGONG files.  Thus the SysOp remains
  109.                       invisible to callers.
  110.  
  111.        "LastOn -lx"   This command tells LastOn to read the DOOR.SYS file,
  112.                       find the last caller's name, and create the LOGON
  113.                       and LOGONG files without using the caller's location.
  114.                       The LASTON.USR file is not necessary, and is not
  115.                       used with the "-x" switch.
  116.  
  117.        "LastOn -lxs"  Same as above plus SysOp remains invisible.
  118.  
  119.       
  120.        CALLERS PRIVACY:  -  In addition to the above options, if you
  121.        have callers who wish to be anonymous you can exclude their names
  122.        from LastOn by editing the LASTON.USR file.  Find the caller's name
  123.        who wishes to remain anonymous and instead of placing a location
  124.        below the name, put "Private".  LastOn will find this and exclude
  125.        this person from the LastOn process.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.        EXAMPLE OF LASTON.USR FILES:
  138.  
  139.        Before Editing:
  140.  
  141.        John Wright
  142.        ** New Caller **
  143.        Jay Fuller
  144.        ** New Caller **
  145.        Bob Coffey
  146.        ** New Caller **
  147.  
  148.        After Editing:
  149.  
  150.        John Wright
  151.        Marion, Illinois
  152.        Jay Fuller
  153.        Carbondale, Illinois
  154.        Bob Coffey               <---  This caller will remain anonymous
  155.        Private
  156.  
  157.  
  158.        If you have any questions or suggestions for the LastOn utility,
  159.        please let us know at the Executive Software Products support BBS
  160.            ESP BBS - (618) 993-5091 - (HST/V32.bis 38400) - 24 hours
  161.       
  162.        The Laston Utility is offered free of charge to all registered
  163.        Executive Host SysOp's.  You may distribute freely, but remember
  164.        that this utility is completely useless for other BBS SysOp's or
  165.        for use with an unregistered version of Executive Host.
  166.  
  167.        LastOn was written and compiled with Borland's Turbo C++
  168.        Professional Compiler.
  169.  
  170.        Thanks and Enjoy Executive Host!
  171.